Cursor 3 Multi-Agent Architecture: How Planner/Worker Hierarchy Reduces Coding Costs by 15 Times

Cursor 3's upgraded Agent Swarm stratifies frontier model Planner with low-cost Workers: in a closed-book test of rewriting a database from scratch in Rust using only the SQLite manual, all four official configurations achieved 100% pass rate on sqllogictest. The total cost of Opus 4.8 + Composer 2.5 is approximately $1,339, which is about 7.9 times lower than the single-model GPT-5.5 cost of around $10,565 in controlled comparisons; the Worker layer cost can be reduced from $9,373 to $411. This article outlines the context separation principle, the self-developed VCS coordination mechanism, differences in cost calibers, and practical caveats.

Read More
Cursor 3 Multi-Agent Architecture: Planner/Worker Division Reduces Costs by Up to 15 Times

In July 2026, Cursor unveiled its upgraded Agent Swarm: the cutting-edge Planner model splits tasks and formulates plans, while the low-cost Composer 2.5 Worker is responsible for execution. In a closed benchmark where it replicated a database from scratch using only the SQLite manual, all configurations of the new architecture achieved a 100% pass rate in sqllogictest. The total cost of the Opus+Composer combination was approximately $1,339, nearly 15 times lower than the roughly $10,565 cost of a single GPT-5.5 model; the Opus configuration’s code volume was reduced by about 85% compared to the old Swarm. This article outlines the tree-shaped division of labor, self-developed VCS, failure mode governance and model economics, and notes that while this result represents a Cursor self-developed experiment, caution is still needed for its deployment in production.

Read More